home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / gui / gui4cli.lha / Gui4Cli / ReadMe.Now < prev    next >
Text File  |  1998-10-22  |  3KB  |  83 lines

  1.  
  2.  
  3.                       *** Gui4Cli 3.6 ***
  4.  
  5. Gui4Cli is an easy scripted language for creating & running GUIs.
  6.  
  7.        ++++ To start it up, click on the "DEMO" icon. ++++
  8.  
  9. Version 3.6 introduces a C programmers interface, a xTimer event,
  10. a sound extension, sharable menus better arexx and more..
  11.  
  12. None of the changes affect existing guis.
  13.  
  14.                          INSTALLATION
  15.  
  16. Gui4Cli is made up of 2 files :
  17. - Gui     : which is a loader for Gui4Cli and it's scripts, and
  18. - Gui4Cli : which is the main program.
  19.  
  20. All the other files are optional. 
  21.  
  22. It is highly recommended that you click on the install icon and 
  23. let Gui4Cli install itself fully, but if you want the minimum 
  24. installation, you could copy the above two files in your c: 
  25. directory and be done with it.
  26.  
  27. You will not, however, be able to run most of the scripts and 
  28. that would be a crying shame..
  29.  
  30. The full installation will do the following :
  31. 1. Create a directory called Gui4Cli and copy Gui4Cli and all
  32.    the included scripts, manuals etc, into it.
  33. 2. Create an assignment to this directory, called GUIs:
  34. 3. Add the subdirectory GUIs:c to your default path
  35. 4. Add commands to you user-startup file for Nos 2&3 above.
  36. 5. Copy the Gui program to your c: directory.
  37. That's it..
  38.  
  39.                         Gui4Cli Setup
  40.  
  41. The GUIs: directory, where Gui4Cli will reside if you installed
  42. it as recommended, has the following structure :
  43.  
  44. - GUIs:C
  45. This dir contains some small pure CLI commands which are used 
  46. by the Dir.gc File Manager and other scripts. 
  47. - GUIs:Dir
  48. This is a full application (a file manager) written in Gui4Cli.
  49. - GUIs:Docs
  50. Contains the manuals for Gui4Cli and the tutorial scripts
  51. - GUIs:Ext
  52. Contains the extensions to Gui4Cli, which are small programs
  53. that interface with Gui4Cli in various ways. Source is included.
  54. - GUIs:G4C
  55. This is a directory where you can keep your own guis.
  56. - GUIs:Tools
  57. Contains various common scripts which are used by other guis and
  58. which you can also use in your own guis. It also contains various
  59. Icons, Images, ARexx scripts etc
  60.  
  61. - The Gui "loader" will be copied to the c: directory
  62. - Gui4Cli itself will be in GUIs:
  63.  
  64.                          IMPORTANT :
  65.  
  66. Always start-up Gui4Cli using the c:gui program, as it will
  67. make sure that Gui4Cli inherits your default system paths
  68. even if started from the Workbench.
  69.  
  70. Always set the default tool of your Gui4Cli script icons to
  71. "GUI", so that they are started up by c:gui, which is smaller
  72. and faster. You can also make c:gui resident, if you want.
  73.  
  74. One of the best ways to start-up Gui4Cli is to write a small 
  75. script, setting your favourite editor, output etc and save it
  76. in your WBStartup drawer. Give the script an icon with the 
  77. default tool set to GUI.
  78.  
  79.  
  80. D. Keletsekis
  81. October 1998
  82. dck@hol.gr
  83.